home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMFIRST / TFRMFIRST.txt
Text File  |  1998-06-25  |  2KB  |  86 lines

  1. object FrmFirst: TFrmFirst
  2.   Left = 311
  3.   Top = 116
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Intercent'
  7.   ClientHeight = 127
  8.   ClientWidth = 194
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 100
  21.     Height = 13
  22.     Caption = 'Select your language'
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 64
  27.     Width = 177
  28.     Height = 9
  29.     Shape = bsTopLine
  30.   end
  31.   object TxtInfoTaal: TLabel
  32.     Left = 16
  33.     Top = 80
  34.     Width = 129
  35.     Height = 33
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Font.Color = clBlack
  39.     Font.Height = -8
  40.     Font.Name = 'Small Fonts'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     WordWrap = True
  44.   end
  45.   object OptNL: TRadioButton
  46.     Left = 168
  47.     Top = 168
  48.     Width = 153
  49.     Height = 17
  50.     Caption = '&Nederlands'
  51.     Checked = True
  52.     TabOrder = 2
  53.     TabStop = True
  54.   end
  55.   object OptEng: TRadioButton
  56.     Left = 8
  57.     Top = 168
  58.     Width = 153
  59.     Height = 17
  60.     Caption = 'English'
  61.     TabOrder = 3
  62.   end
  63.   object BitBtn1: TBitBtn
  64.     Left = 56
  65.     Top = 96
  66.     Width = 89
  67.     Height = 25
  68.     TabOrder = 1
  69.     OnClick = BitBtn1Click
  70.     Kind = bkOK
  71.   end
  72.   object CbxTaal: TComboBox
  73.     Left = 8
  74.     Top = 32
  75.     Width = 177
  76.     Height = 21
  77.     Style = csDropDownList
  78.     ItemHeight = 13
  79.     Items.Strings = (
  80.       'NL - Nederlands'
  81.       'UK - English')
  82.     TabOrder = 0
  83.     OnChange = CbxTaalChange
  84.   end
  85. end
  86.